@charset "utf-8";
/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 500px;
    margin: 0 auto;
}
.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.fullSlide .bd ul {
    width: 100%!important;
}
.fullSlide .bd li {
    width: 100%!important;
    height: 500px;
    overflow: hidden;
    text-align: center;
}
.fullSlide .bd li a {
    display: block;
    height: 500px;
}
.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
    height: 30px;
    line-height: 30px;
    background: url(../images/touming.png) repeat-x;
    text-align: center;
    _background: #000;
    _filter: alpha(opacity=60);
}
.fullSlide .hd ul {
    text-align: center;
}
.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;*
    display: inline;
    zoom:1;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    overflow: hidden;
    line-height: 9999px;
    margin: 0 5px;
    border-radius: 50%;
    border:1px solid #ddd
}
.fullSlide .hd ul .on {
    background: #FF0101;
    opacity: 1;
}
.fullSlide .prev,  .fullSlide .next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    display: block;
    width: 66px;
    height: 56px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity:0.3;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    filter:alpha(opacity=30);opacity:0.3;
}
.fullSlide .prev {
    left: 1%;
    background: url(../images/focus-page-btns.png) no-repeat;
}

.fullSlide .next {
    right: 1%;
   background: url(../images/focus-page-btns.png) no-repeat;
   background-position:-66px 0;
}
.fullSlide .prevStop {
    display: none;
}
.fullSlide:hover .prev,.fullSlide:hover .next{
    filter: alpha(opacity=60);
    opacity: 0.6;
}


/*中间内容*/
.itit{
    width: auto;
    margin-bottom: 30px;
}
.itit .itit_t1{
    font-size: 30px;
    color: #323534;
    width: 200px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.itit .itit_t1:before{
    content: "";
    position: absolute;
    background: url(../images/tit_xian.png) center no-repeat;
    width: 86px;
    height: 7px;
    left: -65px;
    top: 20px;
}
.itit .itit_t1:after{
    content: "";
    position: absolute;
    background: url(../images/tit_xian.png) center no-repeat;
    width: 86px;
    height: 7px;
    right: -65px;
    top: 20px;
}
.itit .itit_t2{
    color: #999999;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 5px;
}

/*合作伙伴*/
.ipartner{
    background: #fff;
    padding-bottom: 30px;
}
.rongyu{
   position:relative;
   }
.rongyu .prev,.rongyu .next{
    display:block;
    width: 40px;
    height: 40px;
    overflow:hidden;
    cursor:pointer;
    position: absolute;
    text-align: center;
    line-height: 40px;
    background: #999;
    color: #fff;
    font-size: 24px;
    top: 30px;
}
.rongyu .prev:hover,.rongyu .next:hover{
    background: #da251c;
}
.rongyu .prev{
    right: 15px;
}
.rongyu .next{
    left: 15px;
}
.rongyu .bd{ }
.rongyu .bd ul{
    overflow:hidden; 
    zoom:1; 
}
.rongyu .bd ul li{ 
    width: 187px;
    float:left; 
    margin: 0 13px; 
    _display:inline; 
    overflow:hidden; 
    text-align:center;  
}
.rongyu .bd ul li img{
    width:185px;
    height: 94px;
    display: block;
    border: 1px solid #ccc;
}
.rongyu .bd ul li p{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.rongyu .bd ul li:hover img{
    border: 1px solid #da251c;
}
.rongyu .bd ul li h1{
    text-align: center;
    margin-top: 5px;
    color: #484848;
    font-size: 16px;
}
.rongyu .tempWrap{
    margin: 0 auto
}

/*产品展示*/
.ipro{
    padding: 30px 0;
    background: #f5f5f5;
}
.notice{
    width: auto;
}
.tab-hd{
    text-align: center;
}
.tab-hd .tab-nav{
    display: inline-block;
}
.tab-hd .tab-nav li:first-child{
    margin-left: 0px;
}
.tab-hd .tab-nav li{
    float: left;
    height: 40px;
    line-height: 40px;
    background: #201b18;
    text-align: center;
    cursor: pointer;
    margin: 0 10px;
    border-radius: 10px;
    padding: 0 20px;
}
.tab-hd .tab-nav li:hover a{
    color:#fff;
}
.tab-hd .tab-nav li a{
    font-size: 16px;
    color: #fff;
}
.tab-hd .tab-nav .on{
    background: #da251c;
}
.tab-hd .tab-nav .on a{
    color: #fff;
}
.tab-bd{
    margin-top: 25px;
}
.tab-pal ul{}
.tab-pal ul li{
    float: left;
    width: 270px;
    border: 1px solid #e6e6e6;
    box-shadow: 5px 5px 5px #ccc;
    margin-right: 18px;
    margin-bottom: 24px;
    padding: 5px;
    background: #fff;
}
.tab-pal ul li img{
    display: block;
    width: 270px;
    height: 228px;
    transition:all .3s;
    -moz-transition:all .3s;/* Firefox 4 */
    -webkit-transition:all .3s;/* Safari å’Œ Chrome */
    -o-transition:all .3s;/* Opera */
    transform: scale(1,1);
    -ms-transform: scale(1,1);/* IE 9 */
    -webkit-transform: scale(1,1);/* Safari å’Œ Chrome */
    -o-transform: scale(1,1);/* Opera */
    -moz-transform: scale(1,1);/* Firefox */
}
.tab-pal ul li:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
} 
.tab-pal ul li .ipro_img{
    overflow: hidden;
}
.tab-pal ul li:hover{
    background: #da251c;
    border:1px solid #da251c;
}
.tab-pal ul li p{
    color: #515151;
    font-size: 18px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.tab-pal ul li:hover p{
    color:#fff;
}


/*广告图*/
.guanggao{
    background: url(../images/ggt01.jpg) center no-repeat;
    width: 100%;
    height: 199px;
}
.ggt01_r{
    width: 300px;
    float: right;
    color: #fff;
    margin-top: 50px;
}
.ggt01_tel{
    background:url(../images/phone2.png) left no-repeat;
    padding-left:50px;
}
.ggt01_tel p{
    font-size:16px;
}
.ggt01_tel p span{
    font-size: 22px;
    font-weight:bold;
}
.ggt01_r a{
    display: block;
    color: #fff;
    border: 1px solid #fff;
    width: 100px;
    text-align: center;
    margin-top: 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
}
.ggt01_r a:hover{
    background:#000;
}

/*优势*/
.iyoushi{
    margin-bottom: 30px;
}
.iyoushi01{
    background: #faf9fa;
    padding: 40px 30px 0;
    border-bottom: 1px solid #e6e6e6;
}
.iyoushi02{
    background: #fbfbfb;
    padding: 15px 30px 0;
    border-bottom: 1px solid #e6e6e6;
}
.iyoushi03{
    background: #fdfdfd;
    padding: 40px 30px 0;
    border-bottom: 1px solid #e6e6e6;
}
.iyswz01{
    background: url(../images/bzshu01.png) left top no-repeat;
}
.iyswz02{
    background: url(../images/bzshu02.png) left top no-repeat;
    width: 435px;
    margin-top: 20px;
}
.iyswz03{
    background: url(../images/bzshu03.png) left top no-repeat;
}
.iyoushi_wz{
    padding-left: 90px;
}
.iyoushi_wz dl dt{
    color: #1a1a1a;
    font-size: 30px;
    font-weight: bold;
    line-height: 80px;
    position: relative;
}
.iyoushi_wz dl dt:before{
    content: "";
    width: 200px;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    bottom: 5px;
    left: 0;
}
.iyoushi_wz dl dt:after{
    content: "";
    width: 200px;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    bottom: 10px;
    right: 105px;
}
.iyoushi_wz dl dd{
    color: #999;
    font-size: 14px;
    background: url(../images/ys_zfx.jpg) left no-repeat;
    padding-left: 10px;
    line-height: 40px;
}
.iyoushi_img01 img{
    display: block;
    /* width: 514px; */
    /* height: 202px; */
}
.iyoushi_img02 img{
    display: block;
    /* width: 391px; */
    /* height: 290px; */
    margin-left: 80px;
}
.iyoushi_img03 img{
    display: block;
    width: 532px;
    height: 307px;
}


/*新聞資訊*/
.tnews-bd{
    background: #fff;
}
.tnews-pal{
    padding: 20px;
    border: 1px solid #e1e1e1;
}
.tnews_l{
    width: 445px;
    height: 320px;
    position: relative;
}
.tnews_l img{
    display: block;
    width: 100%;
    height: 320px;
}
.tnews_l p{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 12px;
    line-height: 30px;
}
.tnews_l:hover img{
    opacity:0.9;
}
.tnews_l:hover p{
    background: #da251c;
}
.tnews_r{
    width: 695px;
}
.tnewsr_img{
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
}
.tnewsr_img img{
    display: block;
    width: 200px;
    float: left;
    height: 144px;
}
.tnewsr_img img:hover{
    opacity: 0.9;
}
.tnewsr_img dl{
    float: right;
    width: 470px;
}
.tnewsr_img dl dt{
    line-height: 35px;
    height: 35px;
    overflow: hidden;
}
.tnewsr_img dl dt a{
    color: #666666;
    font-size: 16px;
    font-weight: bold;
}
.tnewsr_img dl dt a:hover{
    color: #da251c;
}
.tnewsr_img dl dd{
    font-size: 12px;
    color: #999;
    line-height: 25px;
    height: 75px;
}
.tnewsr_date{
    font-size: 12px;
    color: #b2b2b2;
    margin: 5px 0;
}
.tnewsr_date .ind_bg01{
    background: url(../images/ft_2.png) left no-repeat;
    padding-left: 20px;
}
.tnewsr_date .ind_bg02{
    background: url(../images/ft_4.png) left no-repeat;
    padding-left: 20px;
}

.tnewsr_list{}
.tnewsr_list ul{
    margin-top: 10px;
}
.tnewsr_list ul li{
    height: 30px;
    line-height: 30px;
    border-top: 1px dashed #e6e6e6;
    padding-top: 5px;
    margin-bottom: 5px;
}
.tnewsr_list ul li:first-child{
    border-top: 0;
}
.tnewr_tit{
    float: left;
    width: 530px;
    overflow: hidden;
    height: 30px;
}
.tnewr_tit a{
    color: #808080;
    font-size: 12px;
}
.tnewr_tit a:hover{
    color: #da251c;
}
.tnewr_tit a span{
    font-size:16px;
}
.tnewr_date{
    float: right;
    color: #b2b2b2;
    font-size: 12px;
    width: 155px;
}
.tnewr_date .ind_bg01{
    background: url(../images/ft_2.png) left no-repeat;
    padding-left: 20px;
}
.tnewr_date .ind_bg02{
    background: url(../images/ft_4.png) left no-repeat;
    padding-left: 20px;
}
.tnewsr_more{
    border: 1px solid #e6e6e6;
    background: #fafafa;
    width: 90px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    margin: 0 auto;
}
.tnewsr_more a{
    font-size: 12px;
    color: #666;
    display: block;
}
.tnewsr_more:hover{
    background: #c40101;
    border: 1px solid #c40101;
}
.tnewsr_more a:hover{
    color: #fff;
}


/*关于我们*/
.ind_about{ margin: 50px 0;}
.ind_about .mian{margin-top: 30px;}
.ind_about .ia_a1{width: 570px;height: 470px;border: 8px solid #da251c;position: relative;float: left;}
.ind_about .ia_a1 img{display: block;width: 570px;height: 470px;}
.ind_about .ia_a2{ float: right;}
.ind_about .ia_a2 .ia_b1{ width: 580px; height: 230px; overflow: hidden;}
.ind_about .ia_a2 .ia_b2{ width: 580px; height: 230px; overflow: hidden; margin-top: 26px;}
.ia_b1_img{float: left; width: 290px; height: 230px; display: block; background-size:  cover;}
.ia_b1_con{float: left;width: 290px;height: 230px;box-sizing: border-box;border: 3px solid #ccc;padding: 40px 0 0 20px;}
.ia_b1_con span,.ind_about .ia_a2 .ia_b2 .ia_b2_con span{display: block;width: 230px;line-height: 26px;color: #999;}
.ia_b1_con span.f18,.ind_about .ia_a2 .ia_b2 .ia_b2_con span.f18{margin-bottom: 10px;color: #666;font-size: 16px;font-weight: bold;}
.ia_b1_con a{display: block; line-height: 40px; color: #999;}
.ind_about .ia_a2 .ia_b1:hover .ia_b1_con,.ind_about .ia_a2 .ia_b2:hover .ia_b1_con{border: 3px solid #da251c;}
.ind_about .ia_a2 .ia_b1 .ia_b1_con a:hover,.ind_about .ia_a2 .ia_b2 .ia_b1_con a:hover{color: #da251c;}



/*荣誉资质*/
.ihonor{
    background: #fff;
    padding-bottom: 30px;
}
.index_honor{
   position:relative;
}
.index_honor .prev,.index_honor .next{
    display:block;
    width: 40px;
    height: 40px;
    overflow:hidden;
    cursor:pointer;
    position: absolute;
    text-align: center;
    line-height: 40px;
    background: #999;
    color: #fff;
    font-size: 24px;
    top: 80px;
}
.index_honor .prev:hover,.index_honor .next:hover{
    background: #da251c;
}
.index_honor .prev{
    right: 15px;
}
.index_honor .next{
    left: 15px;
}
.index_honor .bd{ }
.index_honor .bd ul{
    overflow:hidden; 
    zoom:1; 
}
.index_honor .bd ul li{ 
    width: 242px;
    float:left; 
    margin: 0 13px; 
    _display:inline; 
    overflow:hidden; 
    text-align:center;  
}
.index_honor .bd ul li img{
    width: 240px;
    display: block;
    border: 1px solid #ccc;
}
.index_honor .bd ul li p{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.index_honor .bd ul li:hover img{
    border: 1px solid #da251c;
}
.index_honor .bd ul li h1{
    text-align: center;
    margin-top: 5px;
    color: #484848;
    font-size: 16px;
}
.index_honor .tempWrap{
    margin: 0 auto
}

.index_xian{
    height: 1px;
    background: #ccc;
    margin-bottom: 50px;
    box-shadow: 2px 2px 2px #ddd;
}


/*设备展示*/
.ishebei{
    background: url(../images/shebei_bj.jpg) center no-repeat;
    height: 450px;
    padding-top: 70px;
}
.notshebei{}
.tshebei-hd{
    margin-bottom: 40px;
}
.tshebei-hd .tshebei-nav{
    background: #fafafa;
}
.tshebei-nav li{
    float: left;
    height: 55px;
    line-height: 55px;
    width: 400px;
    text-align: center;
    position: relative;
}
.tshebei-nav li:before{
    content:"";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #ddd;
    left: 0;
}
.tshebei-nav li .tntb01{
    background: url(../images/sb_tb01.png) no-repeat 135px center;
}
.tshebei-nav li .tntb02{
    background: url(../images/sb_tb02.png) no-repeat 135px center;
}
.tshebei-nav li .tntb03{
    background: url(../images/sb_tb03.png) no-repeat 135px center;
}
.tshebei-nav .on .tntb01{
    background: url(../images/sb_tb01on.png) no-repeat 135px center;
}
.tshebei-nav .on .tntb02{
    background: url(../images/sb_tb02on.png) no-repeat 135px center;
}
.tshebei-nav .on .tntb03{
    background: url(../images/sb_tb03on.png) no-repeat 135px center;
}
.tshebei-nav li:first-child:before{
    display:none;
}
.tshebei-nav .on{
    background: #da251c;
}
.tshebei-nav .on a{
    color: #fff;
}
.tshebei-nav li a{
    font-size:18px;
    display: block;
    color: #4c4c4c;
}
.tshebei-pal{
    width: auto;
}
.tshebei-pal ul li{
    float: left;
    border: 1px solid #cccccc;
    padding: 20px 20px 10px;
    width: 220px;
    margin-left: 38px;
}
/*.tshebei-pal ul li:first-child{
    margin-left: 0;
}*/
.tshebei-pal ul li img{
    display: block;
    width: 220px;
    height: 200px;
}
.tshebei-pal ul li p{
    text-align: center;
    color: #fff;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.tshebei-pal ul li:hover{
    border: 1px solid #da251c;
}
.tshebei-pal ul li:hover p{
    background: #fff;
    color: #da251c;
}